Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docusaurus dependency version mismatches #13

Closed
wants to merge 4 commits into from

Conversation

amiable-dev
Copy link
Owner

Description

This PR addresses issue #10 by updating all Docusaurus-related packages to version 3.6.0 for consistency and compatibility.

Changes Made

  • Updated @docusaurus/module-type-aliases from 3.5.2 to 3.6.0
  • Updated @docusaurus/types from 3.5.2 to 3.6.0

Testing Performed

  • Verified package.json updates
  • Build process should be tested after merge
  • TypeScript types should be verified after merge

Related Issues

Closes #10

Additional Notes

After merging, package-lock.json will need to be regenerated by running npm install or yarn install depending on the package manager used.

@amiable-dev amiable-dev deleted the fix/dependency-versions branch November 29, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix dependency version mismatches
1 participant